ExecutionViewData
The execution object contains all the details of scheduled execution instance.
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
endDate |
The execution's end date |
- |
integer |
Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601 |
outputType |
The type's of output enumeration |
- | ||
failedPct |
Percentage of the execution's tasks that failed |
- |
number |
float |
error |
The execution's error if exists |
- |
string |
|
partialSuccessCount |
The execution's tasks count that partially succeeded |
- |
integer |
int32 |
failedCount |
The execution's tasks count that failed |
- |
integer |
int32 |
triggerStoppedPct |
Percentage of the execution's tasks that stopped after trigger evaluation |
- |
number |
float |
partialSuccessPct |
Percentage of the execution's tasks that partially succeeded |
- |
number |
float |
canceledCount |
The execution's tasks count that were canceled |
- |
integer |
int32 |
pendingCount |
The execution's tasks count that are pending |
- |
integer |
int32 |
runningPct |
Percentage of the execution's tasks that are running |
- |
number |
float |
pendingPct |
Percentage of the execution's tasks that are pending |
- |
number |
float |
triggerStoppedCount |
The execution's tasks count that stopped after trigger evaluation |
- |
integer |
int32 |
canceledPct |
Percentage of the execution's tasks that were canceled |
- |
number |
float |
runningCount |
The execution's tasks count that are running |
- |
integer |
int32 |
successCount |
The execution's tasks count that succeeded |
- |
integer |
int32 |
id |
The execution's system ID |
- |
string |
|
successPct |
Percentage of the execution's tasks that succeeded |
- |
number |
float |
items |
The a list of tasks in the execution |
- | ||
startDate |
The execution's start date |
- |
integer |
Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601 |